projects
/
dcmtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
b9ded7c
e8ca983
)
merge conflicts in upstream
author
Gert Wollny
<gw.fossdev@gmail.com>
Mon, 6 Mar 2017 10:52:09 +0000
(10:52 +0000)
committer
Gert Wollny
<gw.fossdev@gmail.com>
Mon, 6 Mar 2017 10:52:09 +0000
(10:52 +0000)
1
2
dcmnet/libsrc/dstorscu.cc
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
dcmnet/libsrc/dstorscu.cc
index 4cd7acf6f0530fde2f30b97c2cb41e88226ae152,c93f175698a1b77215b89425c0ebb02ef5d663c9..a8863fb1c9b4129d90a66c5569eec1845983ba17
---
1
/
dcmnet/libsrc/dstorscu.cc
---
2
/
dcmnet/libsrc/dstorscu.cc
+++ b/
dcmnet/libsrc/dstorscu.cc
@@@
-927,8
-927,10
+927,10
@@@
OFCondition DcmStorageSCU::sendSOPInsta
}
-void DcmStorageSCU::notifySOPInstanceToBeSent(const TransferEntry &
transferEntry
)
+void DcmStorageSCU::notifySOPInstanceToBeSent(const TransferEntry &
/*transferEntry*/
)
{
+ // avoid compiler warning
+ (void)transferEntry;
// do nothing in the default implementation
}